home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / c01lab4.zip / LRMRDR / LRM_CHAP.ZIP / CHAPHE.DOC < prev    next >
Text File  |  1992-04-21  |  2KB  |  39 lines

  1.                             Ada LRM Reader by Richard Conn
  2.  A. Movement Commands:
  3.    cit        -- citation indication, any of:
  4.                    1) n or n.n or n.n.n
  5.                    2) contents, foreward, postscript, index
  6.                    3) a, b, c, d, e, f
  7.    n or <CR>  -- forward to next screen
  8.    p          -- backward to previous screen
  9.    next       -- forward to next citation, first screen
  10.    previous   -- backward to previous citation, first screen
  11.    push cit   -- save environment and read new citation
  12.    pop        -- restore environment saved by push
  13.    help       -- push into this help message (use command pop to return)
  14.  B. String Search (strings are optional, using last string if omitted):
  15.    /<string>  -- search for string from beginning of this citation
  16.    //<string> -- search again or search from next line
  17.  C. Other Commands:
  18.    print      -- print current citation to the end of lrm.log
  19.    ps         -- print current screen to the end of lrm.log
  20.    refresh    -- refresh screen            pause   -- delay briefly
  21.    about      -- display info on program   quit    -- exit Ada LRM Reader
  22.  
  23.  
  24.  
  25. The prompt at the bottom of each screen appears as follows:
  26.  
  27. Cit: Level/Screen of Screens ("search_string") -- Command ... :
  28.  ^     ^     ^         ^          ^
  29.  |     |     |         |          |
  30.  |     |     |         |     search string
  31.  |     |     |         |
  32.  |     |     |    number of screens in current citation
  33.  |     |     |
  34.  |     |  number of current screen in current citation
  35.  |     |
  36.  |  stack level (1 on up, so if 2 or greater, you can pop to previous)
  37.  |
  38. Citation (e.g., 1.4, B, INDEX)
  39.